-
Notifications
You must be signed in to change notification settings - Fork 491
CONTRIB/CONFIGURE: Update configure scripts to handle spaces in basedir #10896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
to unblock ci please add diff below and fix commit title with: |
b1215a8 to
d928b7c
Compare
d928b7c to
816d523
Compare
|
Hi @Laur1nMartins , in order to merge the patch to upstream a signed CLA is required - https://github.com/openucx/ucx/wiki/Guidance-for-contributors. Any chance you already signed it previously? |
|
Was on vacation. Just sent the CLA thingy to the admin email. |
|
Finally got approved. Should be ready now as far as i can tell |
This change allows the basedir variable to contain spaces.
What?
Adds quotes to the basedir variable.
Why?
Without them the script fails when the path contains spaces.